home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
network
/
lattice
/
portlib.lzh
/
PORTLIB
/
LASTLOG.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-28
|
199 b
|
15 lines
/*
* lastlog.h 1.0 for MiNT, taken from MiNTOS V1.3
*/
#ifndef _LASTLOG_H_
#define _LASTLOG_H_
struct lastlog {
time_t ll_time;
char ll_line[8];
char ll_host[16];
};
#endif /* _LASTLOG_H_ */